/* New Investors Section */
/*
.invest_text{text-align:center;}
.invest_text p{text-align:center;}
*/
.care_outbox {
width: 85%;
margin: 25px auto 30px;
clear: both;
display: table;
}
.care_box {
box-shadow: 0 5px 9px #ddd;
padding: 20px;
display: inline-block;
width: 45%;
float: left;
margin-right: 10%;
min-height: 275px;
}
.care_box:last-child {
margin-right: 0;
float: left;
}
.care_box p {
margin-bottom: 3px;
font-size: 16px;
font-weight: 400;
}
.care_box h2{text-transform: uppercase;
font-weight: 600;
display: block;
margin-bottom: 4px;font-size:16px;}
.care_outbox h1{font-size:18px;font-weight:600; margin-bottom:20px;}
.invester_board {
background: #eefaff;;
padding: 35px 0 50px 0;
margin-top: 40px;
}
.resent_new3lin ul li {
display: inline-block;
font-size: 16px;
color: #333;
padding: 20px 0 20px 50px;
border-top: 1px dashed #464646;
width: 30%;
margin-right: 2.9%;
background: url(../images/link-share.png) no-repeat center left 15px;
vertical-align: middle;
}
h1.third_hed {
font-size: 20px;
color: #333;
margin: 0;
padding-bottom: 35px;
line-height: 28px;
}
h1.third_hed1 {
font-size: 20px;
color: #333;
margin: 0;
padding-bottom: 10px;
line-height: 28px;
}
.border_box {
text-align: center;
box-shadow: 0 0px 2px #b10505;
margin-bottom: 25px;
}
.download_page_out_box .downlod {
padding: 20px 10px 15px;
height: 150px;
}
.downlod i {
color: #b10505;
font-size: 48px;
}
.download_page_out_box .downlod span {
font-size: 14px;
display: block;
padding: 15px 0 7px;
min-height: 43px;
}
.download_link {
background: #b10505;
padding: 10px 0;
}
.download_link a {
font-size: 12px;
font-weight: 600;
color: #fff;
}
.download_investor{margin-top:20px;}
.section-head {
margin-bottom: 50px; margin-top: 50px;
}
.section-head  h2{margin-bottom: 20px; text-transform: uppercase;}
.wt-separator-outer {
overflow:hidden;
}
/*Separator defualt*/
.wt-separator {
display:inline-block;
height:3px;
width:50px;
position:relative;
}
.wt-separator .separator-left,
.wt-separator .separator-right {
position:absolute;
top:50%;
width:70px;
height:2px;
margin-top:-1px;
background-color: #b10505;
}
.wt-separator .separator-left{
left:-80px;
}
.wt-separator .separator-right{
right:-80px;
}
/*Separator liner*/
.wt-separator.style-liner {
width:20px;
height:4px;
}
/*Separator square*/
.wt-separator.style-square {
width:10px;
height:10px;
background-color:transparent;
border-width:3px;
border-style:solid;
border-color:#2d3239;
}
.wt-separator.style-square .separator-left,
.wt-separator.style-square .separator-right {
height:3px;
}
.wt-separator.style-square.has-bg {
border-color:#fff;
}
/*Separator icon*/
.wt-separator.style-icon {
width:30px;
height:30px;
line-height:30px;
text-align:center;
font-size:18px;
}
.pdf-left{
/*    border-left: 2px solid #0896d8;
box-shadow: 0px 1px 5px #ccc;*/
padding: 0.5rem 1.5rem;
    margin-bottom: 10px;
}
.pdf-left a {
max-width: 100%;
width: 100%;
clear: both;
display: block;

}
.pdf-left img {
float: right;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 30px;
width: auto !important;
}
.pdf-left span {
font-size: 16px;
color: #000;
display: inline;
max-width: 680px;
}
@media (max-width: 767px){
.care_box {
display: block;
width: 100%;
float: none;
margin-right: 0;
margin-bottom: 25px;
}
.resent_new3lin ul li {
width: 100% !important;
margin-right: 0px !important;
}
}